Allows to work with the GLTF 2 format (Do not use, WIP). More...
Static Public Member Functions | |
static bool | canDecode (const nkMemory::BufferView<> &sources) |
static DecodedData | decode (const nkMemory::BufferView<> &sources) |
Allows to work with the GLTF 2 format (Do not use, WIP).
|
static |
Checks whether data can be decoded or not.
sources | Data to check. |
|
static |
Decodes provided data.
sources | Data to decode. |